home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Magazine / C_Tutorial / Part-11 / req4 / fractal.h < prev    next >
C/C++ Source or Header  |  1998-02-28  |  165b  |  13 lines

  1. #ifndef FRACTAL_H
  2.  
  3. #define FRACTAL_H
  4.  
  5. #include<intuition/intuition.h>
  6.  
  7. void drawFractal(struct Window*);
  8. void stopFractal(void);
  9.  
  10. void initSemaphores(void);
  11.  
  12. #endif
  13.